home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libpam0g.postinst < prev    next >
Encoding:
Text File  |  2006-12-20  |  232 b   |  17 lines

  1. #!/bin/sh -e
  2.  
  3. case "$1" in
  4.     configure)
  5.         ldconfig
  6.         ;;
  7.     abort-upgrade|abort-remove|abort-deconfigure)
  8.         ;;
  9. esac
  10.  
  11. # Automatically added by dh_makeshlibs
  12. if [ "$1" = "configure" ]; then
  13.     ldconfig
  14. fi
  15. # End automatically added section
  16.  
  17.